.block {
  padding-right: 100px;
  padding-left: 50px;
}

.section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.navbar {
  position: static;
  display: block;
  background-color: transparent;
}

.nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;

}

.nav-container._2 {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #80a925;
  background-image: none;
}

.logo {
  margin-right: 20px;
}

.nav-menu {
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Proximanova black', sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ffffff;
}

.nav-link._2 {
  font-family: 'Proximanova black', sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-link._2:hover {
  color: #fff;
}

.logo-menu {
  width: 200px;
  margin-right: auto;
  margin-left: auto;

  padding-left: 40px;
}

.logo-menu._2 {
  width: 200px;
  margin-top: 10px;
}

.heading {
  margin-bottom: 10px;
  font-family: 'Proximanova black', sans-serif;
  font-size: 5vw;
  line-height: 1em;
  font-weight: 400;
}

.text-style {
  font-family: 'Proximanova black', sans-serif;
  color: #80a925;
  font-size: 2.3vw;
  line-height: 0.8em;
}

.heading-2 {
  width: 50%;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.line {
  width: 103px;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.line._2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.button {
  margin-top: 20px;
  padding: 26px 46px 24px;
  border-radius: 100px;
  background-color: #80a925;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Proximanova black', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f5f505;
  color: #000000;
}

.button._2 {
  display: none;
  border: 4px solid #80a925;
  background-color: #fff;
  color: #d82f93;
}

.button._2:hover {
  background-color: #80a925;
  color: #fff;
}

.section-2 {
  display: block;
  padding: 80px 40px;
  text-align: center;
}

.section-2.bck_logo {
  background-color: #e8e8e8;
  background-image: url('../images/bck_2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-2.bck_form {
  background-image: url('../images/bck_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2.contacts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.phone {
  font-family: Lato, sans-serif;
  color: #232323;
  font-size: 25px;
}

.phone-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.phone-block {
  margin-top: 32px;
  margin-right: 40px;
}

.phone-block._2 {
  margin-top: 73px;
}

.heading_2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proximanova black', sans-serif;
  color: #80a925;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading_2._2 {
  color: #fff;
}

.text {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.text.trigger {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
}

.text.trigger.steps {
  margin-bottom: 0px;
  line-height: 26px;
}

.icon_2 {
  width: 247px;
}

.icon_1 {
  width: 226px;
}

.icon_3 {
  width: 234px;
}

.icon_text {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: 'Proximanova black', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.flex_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container {
  padding: 50px 20px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}

.container._2 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.div {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.icon_4 {
  width: 259px;
}

.icon_5 {
  width: 238px;
}

.icon_6 {
  width: 240px;
}

.bck_img {
  height: 100vh;
  background-image: url('../images/bck.jpg');
  background-position: 50% -51px;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar_overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #232323;
}

.navbar_2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
}

.navbar_overlay_2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #232323;
}

.number_1 {
  height: 100px;
}

.heading_3 {
  margin-top: 96px;
  font-family: 'Proximanova black', sans-serif;
  color: #80a925;
  font-size: 17px;
  text-transform: uppercase;
}

.heading_3._3 {
  margin-top: 10px;
  color: #80a925;
  line-height: 26px;
}

.slider {
  margin-top: 32px;
  background-color: transparent;
}

.icon_arrow {
  color: #939598;
}

.icon_arrow:hover {
  color: #232323;
}

.block_arrow {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  background-color: #fff;
}

.slider_mask {
  background-color: transparent;
}

.slide {
  background-color: transparent;
}

.opinion {
  display: block;
  width: 60%;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.slide_nav {
  display: none;
}

.line_2 {
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #d82f93;
}

.icon_7 {
  width: 170px;
}

.icon_8 {
  width: 210px;
}

.icon_9 {
  width: 160px;
}

.icon_10 {
  width: 183px;
}

.text_form {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.form_block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.field {
  display: block;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #414141;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.field:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.text_contacts {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.text_heading_contacts {
  font-family: 'Proximanova black', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.link {
  color: #0bb7e4;
  font-size: 17px;
}

.link:hover {
  text-decoration: none;
}

.div_map {
  margin-top: 80px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232323;
}

.license {
  padding: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #949494;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.lable_icon {
  width: 20px;
  margin-right: 5px;
  float: left;
}

.link_lable {
  width: 200px;
  padding: 20px;
  text-decoration: none;
}

.text_lable {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.text_lable:hover {
  color: #fff;
  text-decoration: none;
}

.success_text {
  font-family: 'Open Sans', sans-serif;
  color: #0bb7e4;
  font-size: 16px;
  font-weight: 400;
}

.success_block {
  padding-top: 60px;
  padding-bottom: 60px;
  border: 2px solid #0bb7e4;
  background-color: transparent;
}

.error_text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.error_block {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #fff;
  background-color: transparent;
}

.div_line {
  display: none;
}

.main_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_text {
  display: block;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.underline_1 {
  position: absolute;
  left: 20px;
  right: 0px;
  bottom: 15px;
  width: 114px;
  height: 2px;
  background-color: #0bb7e4;
}

.underline_2 {
  position: absolute;
  left: 175px;
  right: 0px;
  bottom: 15px;
  width: 91px;
  height: 2px;
  background-color: #0bb7e4;
}

.underline_3 {
  position: absolute;
  left: 307px;
  right: 0px;
  bottom: 15px;
  width: 85px;
  height: 2px;
  background-color: #0bb7e4;
}

.underline_4 {
  position: absolute;
  left: 432px;
  right: 0px;
  bottom: 15px;
  width: 98px;
  height: 2px;
  background-color: #0bb7e4;
}

.underline_5 {
  position: absolute;
  left: 570px;
  right: 0px;
  bottom: 15px;
  width: 74px;
  height: 2px;
  background-color: #0bb7e4;
}

.heading_sp {
  font-size: 2vw;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text_spb {
  margin-bottom: 42px;
  font-family: 'Proximanova black', sans-serif;
  font-size: 2.3vw;
  line-height: 63px;
  font-weight: 900;
}

.text_company {
  margin-top: 6px;
  font-family: 'Proximanova black', sans-serif;
  color: #80a925;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.link_form {
  color: #0bb7e4;
  text-decoration: none;
}

.link_form:hover {
  text-decoration: underline;
}

.yunta_logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 17px;
  margin-left: auto;
}

.opinion_name {
  display: block;
  width: 60%;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Proximanova black', sans-serif;
  font-size: 16px;
  text-align: center;
}

html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="to-left"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="to-left-2"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="to-left-3"] {
  opacity: 0;
  -webkit-transform: translate(300px, 0px);
  -ms-transform: translate(300px, 0px);
  transform: translate(300px, 0px);
}

html.w-mod-js *[data-ix="img-bck"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="navbar-out"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="steps"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="steps-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="steps-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="steps-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="underline"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

html.w-mod-js *[data-ix="container"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="container-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="container-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="container-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="container-5"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="container-6"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .block {
    padding-right: 32px;
    padding-left: 32px;
  }
  .section {
    background-image: none;
    font-size: 15px;
  }
  .navbar {
    position: relative;
  }
  .nav-container {
    background-image: -webkit-linear-gradient(270deg, #fff, transparent);
    background-image: linear-gradient(180deg, #fff, transparent);
  }
  .nav-menu {
    left: 0px;
    top: 100px;
    right: 0px;
    background-color: transparent;
  }
  .nav-link {
    left: 0px;
    top: 5vh;
    right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10%;
    border-bottom: 1px dotted #ddd;
    color: #80a925;
    font-size: 16px;
    text-align: left;
  }
  .nav-link:hover {
    color: #80a925;
  }
  .nav-link._2 {
    border-bottom-color: #333;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .heading {
    margin-top: 30px;
    font-size: 6vw;
  }
  .text-style {
    font-size: 2.7vw;
  }
  .heading-2 {
    font-size: 18px;
  }
  .line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .button {
    padding: 24px 53px;
    font-size: 16px;
  }
  .text {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .icon_text {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .container._2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div.num {
    margin-right: 14px;
    margin-left: 14px;
  }
  .menu_line_1 {
    width: 30px;
    height: 3px;
    background-color: #80a925;
  }
  .menu_line_1._2 {
    background-color: #939598;
  }
  .menu_line_2 {
    width: 30px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #80a925;
  }
  .menu_line_2._2 {
    background-color: #939598;
  }
  .menu_line_3 {
    width: 30px;
    height: 3px;
    background-color: #80a925;
  }
  .menu_line_3._2 {
    background-color: #939598;
  }
  .bck_img {
    background-position: 50% 50%;
    background-size: cover;
  }
  .navbar_overlay {
    display: none;
    background-color: #fff;
  }
  .navbar_2 {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .heading_3 {
    margin-top: 40px;
  }
  .slider {
    height: auto;
    margin-top: 0px;
  }
  .text_form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form_block {
    width: 80%;
  }
  .heading_sp {
    font-size: 4vw;
  }
  .text_spb {
    font-size: 2.7vw;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .section {
    background-image: none;
  }
  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button {
    margin-top: 15px;
  }
  .menu-button._2 {
    margin-top: 0px;
  }
  .logo-menu {
    width: 184px;
    padding: 20px;
  }
  .logo-menu._2 {
    width: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 3.5vw;
  }
  .text-style {
    font-size: 3vw;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.5vw;
    line-height: 1.3em;
  }
  .line {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .line._2 {
    width: 103px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button {
    margin-top: 10px;
    padding: 12px 19px;
    font-size: 12px;
  }
  .section-2 {
    padding: 60px 20px;
  }
  .section-2.bck_logo {
    padding-bottom: 40px;
  }
  .phone-block {
    margin-top: 18px;
  }
  .heading_2 {
    font-size: 30px;
    line-height: 35px;
  }
  .text {
    font-size: 16px;
    line-height: 25px;
  }
  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .heading_3._3 {
    font-size: 17px;
  }
  .slider {
    height: 292px;
    margin-bottom: 40px;
  }
  .block_arrow {
    display: none;
  }
  .opinion {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .slide_nav {
    position: static;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.5;
  }
  .text_form {
    font-size: 16px;
    line-height: 25px;
  }
  .form_block {
    width: 100%;
  }
  .field {
    font-size: 16px;
  }
  .text_contacts {
    font-size: 16px;
    line-height: 28px;
  }
  .text_heading_contacts {
    font-size: 13px;
  }
  .link {
    font-size: 14px;
  }
  .div_map {
    margin-top: 40px;
  }
  .license {
    padding-right: 106px;
  }
  .heading_sp {
    font-size: 2.5vw;
  }
  .text_spb {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    top: 40px;
  }
  .heading {
    font-size: 9vw;
    line-height: 1.1em;
  }
  .text-style {
    font-size: 4.6vw;
    line-height: 0.7em;
  }
  .heading-2 {
    width: 100%;
    margin-bottom: 12px;
    font-size: 4.5vw;
    line-height: 1.2em;
  }
  .line {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .button {
    padding: 21px 32px;
  }
  .section-2.bck_logo {
    background-size: cover;
  }
  .heading_2 {
    font-size: 22px;
    line-height: 28px;
  }
  .text {
    margin-bottom: 20px;
  }
  .flex_block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container {
    padding: 20px 0px;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .bck_img {
    background-position: 29% 50%;
  }
  .heading_3 {
    font-size: 15px;
  }
  .heading_3._3 {
    font-size: 15px;
    line-height: 20px;
  }
  .slider {
    margin-bottom: 60px;
  }
  .block_arrow {
    display: none;
  }
  .slide_nav {
    margin-top: 20px;
  }
  .text_contacts {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .text_heading_contacts {
    font-size: 14px;
  }
  .link {
    font-size: 16px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .license {
    padding: 20px 20px 0px;
  }
  .flex_footer {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .heading_sp {
    font-size: 5.5vw;
  }
  .text_spb {
    font-size: 4.6vw;
  }
  .text_company {
    font-size: 22px;
    line-height: 28px;
  }
  .yunta_logo {
    width: 150px;
  }
}

@font-face {
  font-family: 'Proximanova black';
  src: url('../fonts/ProximaNova-Black.woff2') format('woff2'), url('../fonts/ProximaNova-Black.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Black.otf') format('opentype'), url('../fonts/ProximaNova-Black.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
